/*BASIC LANDING ASPECTS*/

:root {
    --rojo1: #dd141d;
    --rojo2: #c22a22;
    --gris: #444444;
    --gris-claro: #ededed;
    --negro: #000;
    --blanco: #fff;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--gris);
    background-color: var(--blanco);
    font-family: 'Roboto Condensed', sans-serif;
    scroll-behavior: smooth;
}

*,
div {
    margin: 0px;
    padding: 0px;
}

.row {
    margin: 0px;
}

.container-fluid {
    padding: 0px;
}


/*Inicio textos*/

p {
    font-size: 1.2em;
    font-weight: 100;
    margin-bottom: 0px;
}

h1 {
    font-size: 6em;
    font-weight: 100;
}

h2 {
    font-size: 5em;
    font-weight: 100;
}

h3 {
    font-size: 4em;
    font-weight: 100;
}

h4 {
    font-size: 3em;
    font-weight: 100;
}

h5 {
    font-size: 2em;
    font-weight: 100;
}

b {
    font-weight: 700;
}

li {
    font-size: 1.2em;
    font-weight: 100;
    list-style-position: inside;
}


/*Fin textos*/


/*Inicio colores*/

.rojo {
    color: var(--rojo1);
}

.rojo2 {
    color: var(--rojo2);
}

.gris {
    color: var(--gris);
}

.gris2 {
    color: var(--gris-claro);
}

.blanco {
    color: var(--blanco);
}

.negro {
    color: var(--negro);
}

.sombra {
    -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.10);
}

/*Fin colores*/


/*Inicio legales*/

.legales,
.legales_izq {
    position: relative;
}

.logobanco {
    position: absolute;
    z-index: 3;
    height: 100px;
    left: 0px;
    top: 0px;
}

.legal-der {
    position: absolute;
    right: 10px;
    top: 50px;
    z-index: 3;
    max-height: 70px;
}

.legal-izq {
    position: absolute;
    left: 10px;
    bottom: 50px;
    max-height: 100px;
}


/*Fin legales*/


/*Inicio footer*/

footer {
    background-color: #f2f2f2;
    padding: 20px;
}

div.footer {
    display: inline-block;
}

footer>div>p {
    width: 100%;
    color: var(--gris);
    font-size: 10px;
    text-align: justify;
    margin: 0px;
}

img.davivienda {
    height: 20px;
    float: left;
    margin-top: 20px
}

img.fogafin {
    height: 50px;
    float: right;
}


/*Fin footer*/

/*Inicio Flotantes*/
.flotante-uno {
    background-color: var(--rojo1);
    color: var(--blanco);
    position: fixed;
    right: 0px;
    bottom: 0px;
    font-size: 1em;
    padding: 10px 50px;
    border-radius: 20px 0px 0px 0px;
    max-width: max-content;
    text-align: center;
    transition: 1s;
}

.flotante-uno:hover {
    background-color: var(--rojo2);
    color: var(--blanco);
    text-decoration: none;
    transition: 1s;
}

/*Fin Flotantes*/

/*Inicio modal*/
.modal-body > h5{
    font-size: 1.8rem;
    font-weight: 900;
    color: #5f5f5f;
}
.header-modal {
    max-width: 300px;
    position: relative;
    display: block;
    margin: 0 auto;
}

.close2 {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    border: solid 1px var(--rojo1) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--blanco) !important;
    opacity: 1;
    color: var(--rojo1);
}

.body-modal-1 {
    text-align: center;
    margin: 10px;
}

.body-modal-1 p b {
    color: #ED1C27;
    font-size: 25px;
}

.body-modal-1 p {
    font-size: 20px;
    font-weight: 500;
    color: #7f7f7f;
}

.body-modal-1 img {
    padding-top: 20px;
    max-width: 360px;
}

.body-modal-1 div {
    color: #686868;
    padding-top: 10px;
    line-height: 1.3;
    font-weight: 100;
    font-size: 25px;
    text-align: start;
}
.boton-modal{
    display: flex;
    justify-content: center;
}

/*Fin modal*/

.mobile {
    display: none;
}

.desktop {
    display: block;
}

.primer-contenido {}

.primer-contenido>div {
    padding: 0px;
}

.primer-contenido>div>div {
    padding: 0px;
}

ul.nav-tabs {
    border-bottom: 0px solid #dee2e6;
    margin-top: 30px;
    justify-content: center;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #dd141d;
    border-color: none;
    border-radius: 100px;
    min-width: 150px;
    text-align: center;
    margin: 10px;
}

.nav-tabs .nav-link {
    color: #fff;
    background-color: #444444;
    border-color: none;
    border-radius: 100px;
    min-width: 150px;
    text-align: center;
    margin: 10px;
}

.img-icon {
    max-width: 250px;
}

div.slider {
    padding: 10px;
}

div.izq>img {
    margin: 0 auto;
    display: block;
    position: relative;
}

p.numero {
    color: #F0F0F0;
    font-weight: 800;
    font-size: 15em;
    display: block;
    position: absolute;
    left: -60px;
}

p.numerot {
    color: #444444;
    font-weight: 200;
    font-size: 1.5em;
    display: block;
    z-index: 2;
}

div.der {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #c22d22;
    border-radius: 50px;
    z-index: 2;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: #c22d22;
}

.slick-prev {
    left: 20px;
}

.slick-next {
    right: 20px;
}

div.recuadro {
    background-color: #ededed;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 25px;
}

img.icon-bullet {
    max-width: 80px;
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
}

.img-kv {
    background-image: url("/images/Foto-landing.png");
    background-position: bottom left, top right, center center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: 135px, auto 100%, cover;
    /* Resize the background image to cover the entire container */
    overflow: hidden;
    position: relative;
}


.img-kv > .personaje-kv{
    bottom: 40px;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 600px;
    position: absolute;
    
}


.img-kv > .texto-img{
    margin: 0 auto;
    right: 0px;
    left: 0px;
    max-width: 700px;
    top: -150px;
    position: absolute;
    
}


.body-modal-1 {
    text-align: center;
    margin: 10px;
}

.body-modal-1 p b {
    color: #ED1C27;
}

.body-modal-1 p {
    font-size: 20px;
    font-weight: 500;
    color: #7f7f7f;
}

.body-modal-1 img {
    padding-top: 20px;
    max-width: 360px;
}

.body-modal-1 div {
    color: #686868;
    padding-top: 10px;
    line-height: 1.3;
    font-size: 20px;
    text-align: start;
}
.boton-modal{
    display: flex;
    justify-content: center;
}

.btn-g {

    margin-top: 10px;
    background: var(--rojo1);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 90px;
    max-width: 350px;
    width: fit-content;
    font-size: 20px;
    font-weight: 900;
    color: var(--white);
    transition: all 0.5s;
    border: none;
}

.btn-g:hover {
    background: var(--rojo2);
    color: var(--white);
}

.ult-beneficio {
    padding-bottom: 130px;
}

.pasos-beneficios{
    margin-bottom: 30px;
}
@media (max-width: 1440px){
    .img-kv > .texto-img {
        max-width: 700px;
    }
    .ult-beneficio {
        padding-bottom: 50px;
    }
    
}

@media (max-width: 1360px){
    
    .img-kv > .texto-img {
        right: 0px;
        max-width: 500px;
        left: -10px;
        top: 0;
    }
    .img-kv {
        background-size: 80px, 8% 100%, cover;
    }
    .img-kv > .personaje-kv {
        bottom: 80px;
        right: 0;
        left: 0;
        margin: 0 auto;
        max-width: 450px;
    }
    p.numero {
        font-size: 14em;
        left: 50px;
    }

    p.numerot {
        font-size: 1.1em;

    }

    div.izq>img {

        max-height: 350px;
    }

    div.recuadro {
        font-size: 1em;
        margin-bottom: 30px;
    }


    p {
        font-size: 1em;
        font-weight: 100;
        margin-bottom: 0px;
    }

}
@media (max-width:991px){
    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }
}

@media (max-width: 769px) {}

@media (max-width: 475px) {
    .header-modal {
        max-width: 254px;
    }

    /*Inicio Flotantes*/
    .flotante-uno {
        right: 0px;
        bottom: 0px;
        border-radius: 0px;
        width: 100%;
        max-width: none;
        transition: 1s;
    }

    p.numero {
        color: #F0F0F0;
        font-weight: 800;
        font-size: 15em;
        display: block;
        position: relative;
    }

    footer {
        margin-top: 50px;
        padding-bottom: 70px;
    }

    div.der {
        display: block;
    }

    p.numero {
        color: #F0F0F0;
        font-weight: 800;
        font-size: 6em;
        display: block;
        position: relative;
        left: 0px;
        margin: 0 auto;
        text-align: center;
    }

    /*Fin Flotantes*/
    

    p.numerot {
        font-size: 1.1em;
        text-align: center;
    }
}

@media (max-width: 320px) {}